sortlistmodel: Make constructor transfer full
authorMatthias Clasen <mclasen@redhat.com>
Sun, 26 Jul 2020 20:25:12 +0000 (16:25 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 26 Jul 2020 22:04:40 +0000 (18:04 -0400)
commita46cfd3ff4120c377900374ed660e7299e380914
tree45ace17b11f35231ac13640dc92bce313211ed97
parent706d464ae6d5d3f120a2fb22932f49e07f034545
sortlistmodel: Make constructor transfer full

This is for consistency with other wrapping list constructors.
We want them all to be transfer full, allow-none.

Update all callers.
15 files changed:
demos/gtk-demo/listview_settings.c
gtk/gtkcolumnview.c
gtk/gtkprintunixdialog.c
gtk/gtksortlistmodel.c
gtk/inspector/actions.c
gtk/inspector/controllers.c
gtk/inspector/prop-list.c
gtk/inspector/resource-list.c
tests/testcolumnview.c
tests/testlistview-animating.c
tests/testlistview.c
testsuite/gtk/sorter.c
testsuite/gtk/sortlistmodel-exhaustive.c
testsuite/gtk/sortlistmodel.c
testsuite/gtk/treesorter.c